home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / COMM < prev    next >
Text File  |  1995-04-26  |  578b  |  21 lines

  1.  
  2. comm <asy_iface> <"text_string">
  3.  
  4.      Sends "text_string", followed by a CR character, to the specified
  5. asynch interface.  Normally, this command is used to place a TNC into
  6. KISS mode when Jnos is started, but it may also be useful to send AT
  7. commands to attached phone modems.
  8.  
  9. Example 1:  Ensure kiss mode is on:
  10.      comm tnc "kiss on"
  11.      comm tnc "restart"
  12.      pause 4
  13.      param tnc txdelay 10
  14.  
  15. Example 2:  have telephone modem answer on first ring:
  16.      param dialup up
  17.      comm dialup "atz e0 s0=1"
  18.      pause 2
  19.      start tip dialup modem 360
  20.  
  21.